home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Columbia Kermit
/
kermit.zip
/
newsgroups
/
misc.20030409-20031118
/
000301_fdc@sesame.cc.columbia.edu_Wed Sep 24 09:20:24 EDT 2003.msg
< prev
next >
Wrap
Text File
|
2020-01-01
|
2KB
|
37 lines
Article: 14545 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!news-not-for-mail
From: fdc@sesame.cc.columbia.edu (Frank da Cruz)
Newsgroups: comp.protocols.kermit.misc
Subject: Re: Maddening Problem with C-Kermit Script
Date: 24 Sep 2003 09:20:11 -0400
Organization: Columbia University
Lines: 20
Message-ID: <bks5mb$n9i$1@sesame.cc.columbia.edu>
References: <b9d3cf36.0309230755.5fbff9b6@posting.google.com> <bkpqqo$i4u$1@sesame.cc.columbia.edu> <b9d3cf36.0309231514.62cade83@posting.google.com>
NNTP-Posting-Host: sesame.cc.columbia.edu
X-Trace: newsmaster.cc.columbia.edu 1064409612 26901 128.59.59.56 (24 Sep 2003 13:20:12 GMT)
X-Complaints-To: postmaster@columbia.edu
NNTP-Posting-Date: 24 Sep 2003 13:20:12 GMT
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:14545
In article <b9d3cf36.0309231514.62cade83@posting.google.com>,
Jim Chapman <jimchapman@freightliner.com> wrote:
: fdc@sesame.cc.columbia.edu (Frank da Cruz) wrote
: in message news:<bkpqqo$i4u$1@sesame.cc.columbia.edu>...
: > Remove the "set take error on" command from your script (or your .kermrc
: > file, or wherever else it is), or if you can't find it, add "set take error
: > off" to your script.
:
: Hmmm...you're correct. Thank you. If I "set take error off", my
: script works just fine under controlled pass and fail conditions.
: Though, now I wonder what it doesn't like when it's enabled. It seems
: as if it bails under any condition.
:
Maybe some other command is failing. Use "set take echo on" to have
the commands listed as they are executed so you can see which one fails.
Use "set input echo on" to see the characters read by the INPUT command.
If a command is failing and you don't know why, insert "log debug" before
the failing command and then look at the debug.log file or send it to us.
- Frank